Note: This statement is named Set .NET Property in the Add Statement dialog box.
Sets the value of a .NET property.
Only use this statement if you have Visual C# .NET or Visual Basic .NET experience.
Syntax
SetDotNETProperty("PropertyName", Value, Parameters...)
Arguments
| Argument | Description |
|---|---|
| PropertyName | .NET property. |
| Value | Value to set. |
| Parameters | Optional parameters to pass to the property, separated with commas. |
Supported objects
Browser, Button, Calendar, Cell, CheckBox, ColumnHeader, ComboBox, ContextMenu, Control, DateTimePicker, EditBox, Grid, HTMLElement, HTMLLink, HTMLTable, Image, Item, Label, Link, ListBox, ListView, Menu, NavigationField, PopupMenu, ProgressBar, RadioButton, Row, RowHeader, ScrollBar, Slider, SpinBox, SubItem, Tab, TabBar, ToolBar, Tree, Window
Example
Window("WysiCorp CRM").Grid("accountsDataGridView").SetDotNETProperty("Name", "accountsGrid")